From 7b380946c4fde64b0c14893547ac30ab84982f76 Mon Sep 17 00:00:00 2001 From: Matthias Geiger Date: Wed, 10 Jun 2026 20:57:58 +0200 Subject: [PATCH] Adjust extlib include path Gbp-Pq: Name 05-Adjust-extlib-include-path.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bddb6e2..c299dc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,7 +213,7 @@ endif() if(ENABLE_GUI OR ENABLE_CLI) message(STATUS "Using in-tree libdxfrw") - add_subdirectory(extlib/libdxfrw) + add_subdirectory(libdxfrw) endif() message(STATUS "Using in-tree mimalloc") -- 2.30.2